gtk: fix gi-docgen link type
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Tue, 25 May 2021 09:25:32 +0000 (09:25 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Tue, 25 May 2021 09:25:32 +0000 (09:25 +0000)
constructors are supposed to use "ctor" as a link type, not new

gtk/gtkdialog.c

index db3ecb60e0c782886ac63405de14774fa056eb7e..7c88f12113f07a7a8f8f19a514246c3c23ac6409 100644 (file)
@@ -953,7 +953,7 @@ gtk_dialog_add_buttons_valist (GtkDialog      *dialog,
  *
  * This is the same as calling [method@Gtk.Dialog.add_button]
  * repeatedly. The variable argument list should be %NULL-terminated
- * as with [new@Gtk.Dialog.new_with_buttons]. Each button must have both
+ * as with [ctor@Gtk.Dialog.new_with_buttons]. Each button must have both
  * text and response ID.
  */
 void